home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / 0Utils13.lha / 0Utils / DMakefile < prev    next >
Makefile  |  1995-04-10  |  376b  |  16 lines

  1.  
  2. SRCS =    Close.c      GetWord.c      ScriptName.c Tackon.c     Yes.c \
  3.     Examine.c    IconR.c      SetOwner.c   Touch.c          \
  4.     Exists.c     Open.c      SRun.c       VolName.c      \
  5.     ExpandArgs.c PathPart.c   SRunSX.c     WB_Delete.c      \
  6.     FilePart.c   ReadLn.c      Suffix.c     WriteLn.c
  7.  
  8. EXES = $(SRCS:"*.c":"*")
  9.  
  10. all: $(EXES)
  11.  
  12. $(EXES) : $(SRCS)
  13.     dcc -mi -ms -mRR -o%(left) %(right) -l0
  14.  
  15.  
  16.